Delegate NativeBindings.PipelineCallback<T>
Defines a wrapper for custom effect callbacks. The callback receives a buffer of audio samples, a flag indicating whether the audio is silent. This allows for custom, in-place processing of an audio stream with serialization/deserialization of unmanaged userdata. For faster native use see: OdinNative.Core.Imports.NativeLibraryMethods.OdinCustomEffectCallbackDelegate
Declaration